projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
39fc56c
)
(Fformat): Accept %i format.
author
Karl Heuer
<kwzh@gnu.org>
Fri, 19 Mar 1999 08:09:59 +0000
(08:09 +0000)
committer
Karl Heuer
<kwzh@gnu.org>
Fri, 19 Mar 1999 08:09:59 +0000
(08:09 +0000)
src/editfns.c
patch
|
blob
|
history
diff --git
a/src/editfns.c
b/src/editfns.c
index f1b77d56ff09c2381315dd52d798f1736cc3212d..6599f23bae2ad1dff74bf7f0b4b16855a0c57259 100644
(file)
--- a/
src/editfns.c
+++ b/
src/editfns.c
@@
-2579,7
+2579,7
@@
Use %% to put a single % into the output.")
else
#endif
if (*format != 'd' && *format != 'o' && *format != 'x'
- && *format != 'X' && *format != 'c')
+ && *format != '
i' && *format != '
X' && *format != 'c')
error ("Invalid format operation %%%c", *format);
thissize = 30;